Add GtkAccessibleStateSet
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 8 Jul 2020 15:45:57 +0000 (16:45 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 26 Jul 2020 19:31:14 +0000 (20:31 +0100)
commit823ee58332627146b48ea884a9046e0f07f773e9
tree3f1864229b2465b18c01b4b91da02657adabd26c
parent55120a25dbdf7630847e7f88f696c3e181b392f8
Add GtkAccessibleStateSet

Since states can be set or unset, we need a container type that has all
the possible states, and a bitmask that tells us which ones are set.
gtk/gtkaccessiblestateset.c [new file with mode: 0644]
gtk/gtkaccessiblestatesetprivate.h [new file with mode: 0644]
gtk/meson.build